|
|
|
|
ShowFocusRectangle Property, SftTabs Class |
Defines whether the focus rectangle is displayed when the control has the input focus.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property ShowFocusRectangle As Boolean |
C# |
public bool ShowFocusRectangle { get; set; } |
C++ |
public: property bool ShowFocusRectangle { |
Property Value
True if the the focus rectangle is displayed when the control has the input focus, False otherwise.
The default value is False.
Comments
The ShowFocusRectangle property defines whether the focus rectangle is displayed when the control has the input focus.
This property has been replaced by the new FocusHighlightStyle property.
Setting ShowFocusRectangle to True is equivalent to setting FocusHighlightStyle to FocusHighlightStyleEnum.TightTextOnly. Setting ShowFocusRectangle to False is equivalent to FocusHighlightStyleEnum.None.